DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / IsUpdating Property

In This Topic
    IsUpdating Property (C1SortDataCollection<T>)
    In This Topic
    Gets a value indicating whether the collection is being updated.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsUpdating As Boolean
    public bool IsUpdating {get;}
    See Also